Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment on Redis-NG Storage without KEYS #99

Merged
merged 4 commits into from
Jan 11, 2023
Merged

Experiment on Redis-NG Storage without KEYS #99

merged 4 commits into from
Jan 11, 2023

Conversation

LKaemmerling
Copy link
Member

Signed-off-by: Lukas Kämmerling [email protected]

Signed-off-by: Lukas Kämmerling <[email protected]>
Signed-off-by: Lukas Kämmerling <[email protected]>
Signed-off-by: Lukas Kämmerling <[email protected]>
@jquick
Copy link

jquick commented Jan 11, 2023

Tested this out today and its amazing! Works fine (<1sec return) with a large (100-200k) redis DB.

@LKaemmerling LKaemmerling merged commit cc0ba6d into main Jan 11, 2023
@LKaemmerling LKaemmerling deleted the redis-ng branch January 11, 2023 18:11
@LKaemmerling
Copy link
Member Author

@jquick thank you! I'm then confident enough that it will work in most cases. I will release it tomorrow :)

@jquick
Copy link

jquick commented Jan 12, 2023

@LKaemmerling I may of spoken too soon. We are seeing drastic performance decrees when we started sending with the new lib. We were mistakenly writing with the old Redis and reading with RedisNg. Which was workign for everything but summaries

@jquick
Copy link

jquick commented Jan 12, 2023

We have a large amount of summaries and once we started using the new format all requests (even ones on dbs without summeries) were pretty slow. Still digging around.

@simPod simPod mentioned this pull request Jan 30, 2023
@LKaemmerling LKaemmerling mentioned this pull request Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants